home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC for Alla 2005 May
/
PC för Alla 0505.iso
/
fullversioner
/
realsoft3d
/
data1.cab
/
Scripting
/
scripting
/
Windows
/
modelview.js
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-04-04
|
220 b
|
9 lines
include("myclasses/windows/mySpherePropWin.js");
if(view = new mySpherePropWin(R3WGA_Parent, _r3gui)) {
view.SetModel(GetJS("CurrentProject.Geometrics"));
view.FIT(R3WFP_BESTFIT);
view.REALIZE();
}